Skip to content

feat(deploy): add AI resource tables to nacos mysql schema and remove pg schema#205

Merged
learnerjohn merged 1 commit intohigress-group:mainfrom
lexburner:feat/nacos-ai-resource-tables
Mar 27, 2026
Merged

feat(deploy): add AI resource tables to nacos mysql schema and remove pg schema#205
learnerjohn merged 1 commit intohigress-group:mainfrom
lexburner:feat/nacos-ai-resource-tables

Conversation

@lexburner
Copy link
Copy Markdown
Contributor

📝 Description

  • 在 Nacos Helm 部署的 MySQL schema 中新增 3 张 AI 资源相关表:pipeline_execution(发布审核 Pipeline 执行记录)、ai_resource(AI 资源元数据)、ai_resource_version(AI 资源版本)
  • 移除不再使用的 PostgreSQL schema 文件(pg-schema.sql
  • 清理过时的 create-pr-himarket skill 文件

✅ Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring (no functional changes)
  • Performance improvement
  • Build/CI configuration change
  • Other (please describe):

🧪 Testing

  • Manual testing completed
  • All tests pass locally

📋 Checklist

  • Code is self-reviewed
  • No breaking changes (or migration guide provided)
  • All CI checks pass

… pg schema

- Add pipeline_execution, ai_resource, ai_resource_version tables to mysql-schema.sql
- Remove unused pg-schema.sql
- Remove obsolete create-pr-himarket skill

🤖 Generated with [Qoder][https://qoder.com]
@learnerjohn learnerjohn self-requested a review March 27, 2026 01:48
@learnerjohn learnerjohn merged commit 33458c4 into higress-group:main Mar 27, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants